home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NOSFILES.ZIP / BM.RC < prev    next >
Text File  |  1991-09-18  |  2KB  |  46 lines

  1. # =====                                             NOSview [137]
  2. # BM.RC
  3. # =====
  4. # configuration file for Bdale's Mailer
  5.  
  6. # Format:
  7. #---------------------------------------------------------------
  8. # host <space> this_host_name
  9. #
  10. # user <space> this_user_name
  11. #
  12. # fullname <space> your full name   [for mail headers - optional]
  13. #
  14. # reply <space> your reply address if not this machine
  15. #                               [optional. Useful for pc on large
  16. #                                         network of smart hosts]
  17. #
  18. # smtp <space> path to mailboxes            [default /spool/mail]
  19. #
  20. # edit <space> path your editor                        [optional]
  21. #
  22. # mbox <space> name of file used as default for 's' command
  23. #                                                      [optional]
  24. #
  25. # folder <space> name of directory for saving mail by 's' command
  26. #                                                      [optional]
  27. #
  28. # record <space> name of file save a copy of sent mail [optional]
  29. #
  30. # maxlet <space> max number of message in mbox
  31. #                                          [optional default 300]
  32. #
  33. # screen direct | bios video mod  [turbo-C only.  Default direct]
  34. #----------------------------------------------------------------
  35. host ns9bob.ampr.org
  36. user ns9bob
  37. fullname Robert R Roberts
  38. reply ns9bob@ns9bob.ampr.org
  39. screen direct
  40. edit c:\dos\edlin.exe
  41. smtp c:nos/spool/mail
  42. mbox c:/nos/folder/mbox
  43. record c:/folder/outmail
  44. folder c:/nos/folder
  45. maxlet 400
  46.